home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMEVALUATEPROGRESS / TFRMEVALUATEPROGRESS.txt
Text File  |  2006-04-19  |  3KB  |  167 lines

  1. object frmEvaluateProgress: TfrmEvaluateProgress
  2.   Left = 274
  3.   Top = 188
  4.   BorderStyle = bsDialog
  5.   Caption = 'Evaluating files'
  6.   ClientHeight = 188
  7.   ClientWidth = 370
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel2: TBevel
  23.     Left = 11
  24.     Top = 12
  25.     Width = 345
  26.     Height = 129
  27.     Style = bsRaised
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 24
  31.     Top = 24
  32.     Width = 321
  33.     Height = 20
  34.   end
  35.   object lblProject: TLabel
  36.     Left = 32
  37.     Top = 27
  38.     Width = 36
  39.     Height = 13
  40.     Caption = 'Project:'
  41.   end
  42.   object lblProjectName: TLabel
  43.     Left = 88
  44.     Top = 27
  45.     Width = 26
  46.     Height = 13
  47.     Caption = 'None'
  48.   end
  49.   object Bevel3: TBevel
  50.     Left = 24
  51.     Top = 48
  52.     Width = 321
  53.     Height = 20
  54.   end
  55.   object Bevel4: TBevel
  56.     Left = 24
  57.     Top = 72
  58.     Width = 153
  59.     Height = 20
  60.   end
  61.   object Bevel5: TBevel
  62.     Left = 184
  63.     Top = 72
  64.     Width = 161
  65.     Height = 19
  66.   end
  67.   object lblLinksName: TLabel
  68.     Left = 192
  69.     Top = 75
  70.     Width = 72
  71.     Height = 13
  72.     Caption = 'Resolved links:'
  73.   end
  74.   object lblLinksTotal: TLabel
  75.     Left = 309
  76.     Top = 75
  77.     Width = 31
  78.     Height = 13
  79.     Alignment = taRightJustify
  80.     AutoSize = False
  81.     Caption = '0'
  82.   end
  83.   object lblFileCountName: TLabel
  84.     Left = 32
  85.     Top = 75
  86.     Width = 24
  87.     Height = 13
  88.     Caption = 'Files:'
  89.   end
  90.   object lblFileCount: TLabel
  91.     Left = 134
  92.     Top = 75
  93.     Width = 37
  94.     Height = 13
  95.     Alignment = taRightJustify
  96.     AutoSize = False
  97.     Caption = '0'
  98.   end
  99.   object Bevel6: TBevel
  100.     Left = 24
  101.     Top = 96
  102.     Width = 153
  103.     Height = 20
  104.   end
  105.   object Bevel7: TBevel
  106.     Left = 184
  107.     Top = 96
  108.     Width = 161
  109.     Height = 19
  110.   end
  111.   object lblWeightName: TLabel
  112.     Left = 32
  113.     Top = 99
  114.     Width = 37
  115.     Height = 13
  116.     Caption = 'Weight:'
  117.   end
  118.   object lblWeightTotal: TLabel
  119.     Left = 134
  120.     Top = 99
  121.     Width = 37
  122.     Height = 13
  123.     Alignment = taRightJustify
  124.     AutoSize = False
  125.     Caption = '0'
  126.   end
  127.   object lblBadLinksName: TLabel
  128.     Left = 192
  129.     Top = 99
  130.     Width = 81
  131.     Height = 13
  132.     Caption = 'Unresolved links:'
  133.   end
  134.   object lblBadLinksTotal: TLabel
  135.     Left = 309
  136.     Top = 99
  137.     Width = 31
  138.     Height = 13
  139.     Alignment = taRightJustify
  140.     AutoSize = False
  141.     Caption = '0'
  142.   end
  143.   object lblStatus: TLabel
  144.     Left = 32
  145.     Top = 51
  146.     Width = 143
  147.     Height = 13
  148.     Caption = 'Status: There is no error.'
  149.     Font.Charset = DEFAULT_CHARSET
  150.     Font.Color = clWindowText
  151.     Font.Height = -12
  152.     Font.Name = 'MS Sans Serif'
  153.     Font.Style = [fsBold]
  154.     ParentFont = False
  155.   end
  156.   object btnCancel: TButton
  157.     Left = 150
  158.     Top = 152
  159.     Width = 75
  160.     Height = 25
  161.     Caption = '&Cancel'
  162.     Default = True
  163.     ModalResult = 2
  164.     TabOrder = 0
  165.   end
  166. end
  167.